dbicList Send comments on this topic.
Sort(Int32[],Boolean,Boolean,Int32) Method
See Also 
dbicBase Assembly > Dbi.WinControl Namespace > NodeItemCollection Class > Sort Method : Sort(Int32[],Boolean,Boolean,Int32) Method

arrSortColumns
An array of columns to perform the sort.
bSortAsc
Determines if the sort will be ascending.
bIgnoreCase
Determines if the sort will be case sensitive.
nLevels
Determines the highest level (parent/child) where the sort will occur.
Sorts the items in the collection

Syntax

Visual Basic (Declaration) 
Overloads Public Sub Sort( _
   ByVal arrSortColumns() As Integer, _
   ByVal bSortAsc As Boolean, _
   ByVal bIgnoreCase As Boolean, _
   ByVal nLevels As Integer _
) 
C# 
public void Sort( 
   int[] arrSortColumns,
   bool bSortAsc,
   bool bIgnoreCase,
   int nLevels
)

Parameters

arrSortColumns
An array of columns to perform the sort.
bSortAsc
Determines if the sort will be ascending.
bIgnoreCase
Determines if the sort will be case sensitive.
nLevels
Determines the highest level (parent/child) where the sort will occur.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also